Export (0) Print
Expand All

Enable the Telnet Server Service

Updated: March 24, 2010

Applies To: Windows 7, Windows 8, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Vista

Telnet Server is a network service. When you install Windows 7, Windows Server 2008 R2, Windows Vista or Windows Server 2008, the files that make up the Telnet Server service are copied to your computer, but they are not yet operational. The Telnet service is disabled at first. You must enable the service by configuring the service to start when you need it. On a Telnet server that is regularly used, you might want to configure the service to start automatically every time Windows starts. You can also configure the Telnet Server service to start only when you start it manually.

Membership in the local Administrators group, or the equivalent, is the minimum required to complete these procedures.

To complete this task, perform the following procedures:

  1. Open the Services MMC snap-in. Click Start, and then type services.msc in the Start Search box.

  2. If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue.

  3. Right-click Telnet, and then click Properties.

  4. In the Startup type list, select one of the following:

    • Automatic (Delayed Start) to start Telnet Server after Windows starts and all boot processes have finished

    • Automatic to start Telnet Server when Windows starts

    • Manual to allow Telnet Server to be started and stopped when needed

    • Disabled to prevent Telnet Server from running

  5. To start or stop the service, on the Telnet Properties dialog box, click Start or Stop. You can also start or stop the service on the main Services page by selecting Telnet in the list, and then using the start (triangle) and stop (square) icon buttons on the toolbar at the top of the page.

  1. Open an elevated command prompt. Right-click a Command Prompt shortcut, and then click Run as administrator.

  2. If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue.

  3. Type one of the following commands:

    • To start Telnet Server, type net start telnet.

    • To stop Telnet Server, type net stop telnet.

If the Telnet Server fails to start, the most common reasons are:

You can also start or stop the Telnet Service by using the following command:

tlntadmn [ \\servername ] {start | stop}

See Also

Was this page helpful?
(1500 characters remaining)
Thank you for your feedback

Community Additions

ADD
Show:
© 2014 Microsoft